Scoping Quiz
Given this registration code, which page URLs will this service worker control?
navigator.serviceWorker.register('/sw.js', {scope: '/foo/'});
/
/sw.js
/foo
/foo.html
/foo/
/foo/bar/index.html
/foo/bar
Next Concept